[C#] Implementing different windows/forms in a Windows Mobile application?
Posted
by pbean
on Stack Overflow
See other posts from Stack Overflow
or by pbean
Published on 2010-03-12T15:43:23Z
Indexed on
2010/03/12
15:57 UTC
Read the original article
Hit count: 134
I am a bit new to Windows Mobile (with C# and the compact framework) development, so I am kind of unsure how to do this. The user has to go through several pages of information in a wizard-like manner. At the start there is a login window.
How would I go about and implement this? Would I just have different User Controls for each page and create/show and destroy/hide them on request? Or do I need to create different forms and somehow show those?
© Stack Overflow or respective owner